-- background: 2644 from stack: in -- bmap block id: 3191 -- flags: 0000 -- background id: 0 -- name: -- part 1 (button) -- low flags: 00 -- high flags: A000 -- rect: left=66 top=51 right=103 bottom=131 -- title width / last selected line: 0 -- icon id / first selected line: 27285 / 27285 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Hide Help ----- HyperTalk script ----- on mouseup get the visible of card field "Help" if it = false then show card field "Help" set the name of the target to "Hide Help" set the icon of the target to "Hide Help" else hide card field "Help" set the name of the target to "Show Help" set the icon of the target to "Show Help" end if end mouseup